﻿*{
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
#bannerMain img {
  border: none;
}
body {
  /*width: 75%;*/
  font: 12px "微软雅黑","新宋体";
  _font: 13px "宋体";/*background: #fefefe;*/
  /*color: #333;*/

   background-image:url(../images/sy-xh.jpg);
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*只需要修改宽高，按钮样式即可,其他建议不要修改*/
#banner {
  position:relative; 
  z-index:0;
  width: 1000px;
  margin: 0 auto;
  height:335px;
  /*background: #fff;*/
}
#banner .banner-btn-bj{
  width: 1000px;
  height: 20px; 
  position: absolute; 
  bottom: 0;
  z-index:999;
}

#bannerBtn{
  float: right;
}
#bannerBtn li{
  float:left;
  display: inline; 
  width: 20px; 
  height: 20px;
  line-height: 20px;
  text-align: center; 
  margin-right:5px; 
  background: #ccc; 
  cursor: pointer; 
  border: 1px solid #dcdcdc;
}
#bannerBtn li.cc{
  background:#c80000; 
  border: 1px solid #be0000; 
  color: #fff;
}
#bannerMain{
  width: 1000px;
  height: 335px;
  overflow: hidden;
  /*margin:5px;*/
  /*padding-top:5px;*/
  /*padding-left:0px;*/
  /*position:absolute;
  z-index:2;*/
}
